home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer Source 4
/
developer source - volume 4.iso
/
parad
/
jun95
/
kran112.gif
< prev
next >
Graphics Interchange Format
|
1995-11-16
|
8KB
|
566x368
|
4-bit (5 colors)
Labels:
text
|
screenshot
|
display
|
number
|
font
|
line
|
rectangle
OCR:
ARTICLE.LSL :: #Library1 :: TC_setFieldValue* method TC_setFieldValue (const tableName String, const fieldName String, const theValue AnyType) Logical var retVal Logical endVar tcDyn[tableName] .edit( ) if not tcDyn[tableName] . lockRecord() then tcDyn [tableName ] .endEdit ( ) return False endif retVal = tcDyn[tableName] .setFieldValue(fieldName , theValue) tcDyn [ tableName ] . endEdit ( ) return retVal endmethod Edi Line: 3 Col: 14